projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5418a92
)
(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Sep 1997 20:56:02 +0000
(20:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Sep 1997 20:56:02 +0000
(20:56 +0000)
in the detect_coding_iso2022 case.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 7cb5200c08de39fa2e7fd48d5da172eaf2280375..fd092886fbc01897be6648ae18606fe10d7ca8ac 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-2693,6
+2693,7
@@
detect_coding_mask (src, src_bytes)
if (mask == CODING_CATEGORY_MASK_ANY)
/* No valid ISO2022 code follows C. Try again. */
goto label_loop_detect_coding;
+ mask |= CODING_CATEGORY_MASK_RAW_TEXT;
}
else if (c < 0xA0)
{